Skip to content

chore(deps): update React Native to v0.85.0#3567

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-rn.sh
Draft

chore(deps): update React Native to v0.85.0#3567
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-rn.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jan 30, 2024

Bumps scripts/update-rn.sh from v0.80.1 to v0.85.0.

Auto-generated by a dependency updater.

Changelog

v0.84.0

Breaking

Android specific
  • Legacy Architecture: Delete deprecated NativeKind class from React Native Android (284d841b3d by mdvacca)
  • Legacy Architecture: Remove unnecessary classes inside com.facebook.react.uimanager.layoutanimation used in legacy architecture (0b09e6f696 by cortinico)
  • Legacy Architecture: Remove unnecessary LazyReactPackage used in legacy architecture (2b09ae8992 by cortinico)
  • Legacy Architecture: Remove unused internal NotThreadSafeBridgeIdleDebugListener (0ee4a2d01a by cortinico)
  • Legacy Architecture: Remove unused internal NotThreadSafeViewHierarchyUpdateDebugListener (991dff2322 by cortinico)
  • TurboModules: Remove unstable_shouldEnableLegacyModuleInterop() (e4eb64d6cc by RSNara)
iOS specific
  • Dev Server: Make RCTPackagerConnection instance of the RCTDevSettings and use bundle config. (cf92cade49 by coado)
  • Legacy Architecture: Remove legacy arch by default (c7f433a413 by cipolleschi)

Added

  • Animated: A new test for the AnimationBackend (8bc6214284 by Bartlomiej Bloniarz)
  • Animated: Added transformOrigin prop support to the AnimationBackend. (20779edd3b by coado)
  • Animated: Added support for backfaceVisibility prop and added missing flex style to the AnimatedPropsBuilder. (d379cde036 by coado)
  • Animated: Added support for borderCurves, borderStyles, pointerEvents, isolation, cursor, boxShadow, and mixBlendMode props to the AnimationBackend. (6d5b524f87 by coado)
  • Animated: Added support for maxWidth, maxHeight, minWidth, and minHeight props to the AnimationBackend. (3650ae3d08 by coado)
  • Animated: Added support for overflow, position, zIndex, and direction props to the AnimationBackend. (bed1a9a20f by coado)
  • Animated: Added support for shadowColor, shadowOffset, shadowOpacity, and shadowRadius props to the animation backend. (c31a5a8896 by coado)
  • Animated: Added support for border width props to the animation backend. (782dc0e038 by coado)
  • Animated: Added support for filter props to Animation Backend (e744329c3d by coado)
  • Animated: Added support for flex props to the AnimationBackend. (33b2d6d367 by coado)
  • Animated: Added support for margin and padding props to AnimationBackend. (cd4744cb98 by coado)
  • Animated: Added support for outline props to the AnimationBackend. (4de9242e80 by coado)
  • Animated: Added support for positional left, top, right, bottom props to the animation backend. (9931aeb830 by coado)
  • Animated: Added support for transform, border radius, and background color props to Animation Backend. (e167faa449 by coado)
  • Animated: Add connectAnimatedNodeToShadowNodeFamily method to NativeAnimatedModule and NativeAnimatedTurboModule (d7ef651c5c by Bartlomiej Bloniarz)
  • Animated: Jest tests for PlatformColor support (cbbba7b9a5 by zeyap)
  • Animated: (js part) Support PlatformColor type of toValue and interpolation outputRange (8b6b47bd57 by zeyap)
  • Animated: Thread down rootTag/surfaceId to AnimatedInterpolation node (b46427a673 by zeyap)
  • Animated: UIManagerNativeAnimatedDelegateBackendImpl for running animation frame updates on android (219c2b84c2 by Bartlomiej Bloniarz)
  • Animated: Use the commit hook to reconcile the UI updates with react (d04e1528da by Bartlomiej Bloniarz)
  • Assets: Bundle support for heic and heif files (f472ef980a by anthonybajoua)
  • Codegen: Support parsing Readonly for the new Flow utility types (a6b76c0c51 by marcoww6)
  • Codegen: Support parsing ReadonlyArray for the new Flow utility types (3bf7a09ecb by marcoww6)
  • Dev Server: Expose methods for registering packager connection handlers. (d9842fdbe3 by coado)
  • ESLint: Add support for Flat Config (eslint v9) (18592451de by pipopotamasu)
  • Fast Refresh: DevServer fast refresh banners now have a dismiss button but still tap anywhere to dismiss. (fcd63032d0 by emily8rown)
  • JavaScript API: Added missing standard properties to URL (hash, host, pathname, etc.) and methods to URLSearchParams (get, set, delete, etc.). (f97b9a521d by Manish Balayan)
  • JavaScript API: Export usePressability hook and PressabilityConfig/PressabilityEventHandlers types from the public API (d0e9b9c078 by natew)
  • Performance: Add ResourceReceivedData trace events for network data chunks in Performance timeline (c400b88ebf by emily8rown)
  • TypeScript: Added missing experimental_backgroundSize, experimental_backgroundPosition, experimental_backgroundRepeat to manually written types. (37bf285836 by tjzel)
Android specific
  • Animated: Add c++ animated support for PlatformColor type of toValue and interpolation outputRange (7941a621f9 by zeyap)
  • Appearance: Add {add|remove}SchemeChangeListener() function to OverrideColorScheme interface to support dynamic appearance updates via override (80e384a801 by alanleedev)
  • Events: Add onKeyDown/onKeyUp support to Android (79b09ce9c4 by Abbondanzo)
  • Events: Include activeHitPath in payload when it's PointerUp/Down (1d6d8fc058 by zeyap)
iOS specific
  • Accessibility: Add support for UIAccessibilityPriority in announcements (4851fb2fc3 by maxencehenneron)
  • Animated: Allow invalidateDisplayLink on RCTAnimatedModuleProvider (7c603ee261 by zeyap)
  • Prebuild: Added documentation for the prebuild scripts for precompiling React Native Core and React Native Dependencies. (7a66582f60 by chrfalch)
  • ReactHost: Add new RCTBundleConfiguration for modifying bundle URL on RCTReactNativeFactory. (6fa75cce48 by coado)

Changed

  • Accessibility: Text components with onPress or onLongPress now automatically get accessibilityRole='link' for proper accessibility support (4c732b4ccf by fabriziocucci)
  • Animated: AnimatedPropsRegistry now also receive the updates from the synchronous updates that bypass the ShadowTree, so that these updates are not overwritten by React commits (c52d30e79b by Bartlomiej Bloniarz)
  • Animated: C++ animated now passes the calculated folly::dynamic directly to the backend, without repacking it into AnimatedProp (84e408cf89 by Bartlomiej Bloniarz)
  • Animated: CloneMultiple now invokes the callback for every cloned node, instead of doing that only for the nodes in familiesToUpdate (976c849057 by Bartlomiej Bloniarz)
  • Animated: Extracted cloneProp from AnimationBackend.cpp to AnimatedProps.h (33f783ae23 by Bartlomiej Bloniarz)
  • Animated: Move the animation backend callback scheduling, behind the isRenderCallbackStarted check. (8b95fce84e by Bartlomiej Bloniarz)
  • Animated: Split the families by SurfaceId in onAnimationFrame (5c078bd490 by Bartlomiej Bloniarz)
  • React: Sync React 19.2.3 into React Native (e6923dd1e1 by cipolleschi)
  • Runtime: JSBigString mutable data accessor has been renamed to mutableData (3012aac2ad by javache)
  • Accessibility: Enabled shouldUseLinkRoleForPressableText and shouldSetEnabledBasedOnAccessibilityState feature flags by default to improve accessibility behavior. (38e3075310 by fabriziocucci)
  • Accessibility: Set isClickable=true by default or based on the pointerEvents value for all views to improve accessibility tool detection while maintaining the configured focusable state (427995858d by fabriziocucci)
  • View: VirtualView not clips subviews even if its parent ScrollView does not have removeClippedSubviews enabled. (b0e754bc7f by yungsters)
  • CocoaPods: Allow linking local SPM packages in CocoaPods (d31fc32882 by sbuggay)
  • Prebuild: Use prebuild by default (df9d31b243 by cipolleschi)
  • ReactHost: Add RCTBundleConfiguration property on RCTReactNativeFactory and pass it down to RCTHost. (5465a511f4 by coado)

Deprecated

  • React Native DevTools: Deprecate XHRInterceptor and WebSocketInterceptor APIs. Developer tools should use the CDP Network domain instead. (41380f39ab by huntie)
  • TurboModules: Deprecate TurboModuleProviderFunctionType (7a6a6ae2e6 by RSNara)

Removed

  • Babel: Remove Babel preset transforms for already-unsupported non-Hermes engines (07bd24ed0d by robhogan)
  • Legacy Architecture: Legacy Arch: Remove Perf and Network tabs from in-app Element Inspector. See RFC0777 (b7ca04844d by huntie)
Android specific
  • Legacy Architecture: Remove unnecessary OnBatchCompleteListener used in Legacy Architecture (1bdd2a0aba by cortinico)
  • Legacy Architecture: Remove unnecessary and unused BridgeDevSupportManager (13da82a337 by cortinico)

Fixed

  • Animated: Added handling of missing props to AnimatedPropsRegistry (31a9eeeba4 by j-piasecki)
  • Animated: Check nodesManager_ in AnimatedModule::executeOperation (199b8982de by zeyap)
  • Animated: Handle Object.create(null) correctly in AnimatedObject.js' isPlainObject function (4e0b9233c0 by maman)
  • Animated: Nullcheck result of getAnimatedNode in NativeAnimatedNodesManager::updateNodes (3e9083b423 by zeyap)
  • Build: Fixed hermes-compiler not being resolved correctly when your repo is set up as a monorepo using pnpm. (e23e9add80 by tido64)
  • Build: Fixed an ENOENT exception when a dependency does not export package.json, and your repo is set up as a monorepo using pnpm (20550c45d2 by tido64)
  • CLI: Fixed missing dependency breaking react-native config in pnpm setups (5c43ed2348 by tido64)
  • Codegen: Ensure codegen CLI supports unspecified --outputPath argument and respects codegenConfig.outputDir configurations (716303362a by kitten)
  • Codegen: Hash generation includes declare const types in API snapshot (c36665f7c6 by emily8rown)
  • JavaScript API: Fixed URLSearchParams duplicate issue. (1e06c92404 by riteshshukla04)
  • React Native DevTools: Fix a bug where we would incorrectly flag apps using additonal Hermes runtimes (e.g. Reanimated) as being multi-host (c800503214 by huntie)
  • React Native DevTools: Fix empty screen for RNDT Network and Performance panels (c1ff074436 by huntie)
  • StyleSheet: color and blurRadius of BoxShadowValue mistakenly swapped (8fa8fb7a52 by Phecda)
Android specific
iOS specific
  • Accessibility: Accessibility actions labels are not read by VoiceOver (602a2d213a by maxencehenneron)
  • Animated: Make sure to only call onRender when NativeAnimatedNodesManagerProvider is not destroyed (d8f9b3f1f5 by zeyap)
  • Build: Address -Wswitch-default warnings for projects that use that compiler flag (4c560b118c by NSProgrammer)
  • Build: Fix glog namespace issue to allow using interop mode of objcxx (68aab492e1 by riteshshukla04)
  • Build: Fix missing default statements for projects that have -Wswitch-default enabled (along with -Wswitch-enum). (a210409e03 by NSProgrammer)
  • Build: Fixed build with dynamic frameworks (1033dbd1da by cipolleschi)
  • Build: Improve -Wswitch-default support (8f91076397 by NSProgrammer)
  • Build: Improve -Wswitch-default support (fedd1cfbda by NSProgrammer)
  • Build: Improve support for projects with -Wswitch-enum compiler error (f687292aad by NSProgrammer)
  • Build: Set the CURRENT_ARCH=arm64 on M4 (b78099b821 by ISeekTruth)
  • CocoaPods: Moved setting xcconfig to after add_rn_core pod function is called. (73d3429a44 by chrfalch)
  • Codegen: Fix codegen failing when project is inside a hidden folder (a12b442d26 by dinisnunes1)
  • Codegen: Fix undefined behavior for values outside of enum range in generated switch methods in Objective-C. (4bf8204391 by NSProgrammer)
  • Dev Server: Avoid reallocating views on RCTDevLoadingView progress updates (55a5b6b015 by shirakaba)
  • Dev Server: Fixed crash from dismiss button in DevLoadingView (6793f5cc51 by emily8rown)
  • Dev Server: Fixed dismiss button not appearing consistently in dev loading view (336042ccb3 by emily8rown)
  • Dev Server: Make rest of app responsive whilst dev loading banner present (f97354368c by emily8rown)
  • Events: Fix listenerCount not resetting for RCTEventEmitter (ac8fa25147 by brainbicycle)
  • Legacy Architecture: Fix legacy module interop not handling hitTest correctly (700d320a5f by kruczy)
  • Prebuild: Fix incorrect source path resolution in dSYM remapping in precompiled framework scripts (f383241b19 by chrfalch)
  • Prebuild: Fixed copying symbol bundles into correct slice folder (ac31e96e49 by chrfalch)
  • Runtime: A Crash when some error information are nil (efd2f679f2 by cipolleschi)
  • ScrollView: Fix crash in RCTEnhancedScrollView when scrollViewDidScroll is called (5f14001e92 by Gabriel Cadden)
  • Text: Fix rounding error occurring randomly in iOS text line height calculation (581d643a9e by soutua)
  • Touch Handling: Remove redundant gesture to tap button when the layer beneath is already tappable (8b8cceac89 by emily8rown)
  • Touch Handling: Respect cancelsTouchesInView when canceling touches in RCTSurfaceTouchHandler (5634e8a601 by intmain)
  • View: Fix duplicate shadow bug during component recycling by cleaning up visual layers in prepareForRecycle (7dcedf1def by Atharv Soni)

v0.83.2

Added

Android specific

Fixed

v0.83.1

Fixed

  • Networking: Fix Network error that could occur for FormData uploads with binary data (471ef7212e by huntie)

v0.83.0

Breaking

None

Deprecated

  • Animated: Mark startOperationBatch and finishOperationBatch as deprecated, replace with no-op (c9dcd64ed5 by zeyap)
  • Networking: Mark NetworkingModule.sendRequestInternal as deprecated (30999b868c by motiz88)

Added

Android specific
iOS specific

Changed

  • Animated: Initialize the backend in NativeAnimatedNodesManagerProvider (3f396616d2 by Bartlomiej Bloniarz)
  • Animated: Move using declarations into AnimationBackend class (9e98c72ad3 by zeyap)
  • Codegen: Improve Codegen error when iOS native project not found (bc3503452f by vonovak)
  • ESLint: Bump eslint-plugin-react-hooks to 7.0.1 (28101284a9 by cipolleschi)
  • Hermes: Use Hermes artifacts published independently from React Native (27bb34c006 by j-piasecki)
  • Metro: Metro bump to ^0.83.3 (89f0a37800 by robhogan)
  • React: Bump React version to 19.2 (6f482708b5 by cipolleschi)
  • React Native DevTools: Remove network experiment and experimental icon, Add conditional disabling of features incompatible with multiple hosts (19359ed095 by huntie)
  • Yoga: Update copyright header in Yoga CMake file from Facebook to Meta (118a6621f5 by aialok)
Android specific

⚠️ Changelog content truncated by 1275089 characters because it was over the limit (60000) and wouldn't fit into PR description.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from eaa6b6d to 99fee31 Compare January 30, 2024 03:03
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 30, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from 99fee31 to 0190f84 Compare January 30, 2024 18:22
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Jan 30, 2024

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 555.38 ms 607.71 ms 52.34 ms
Size 17.73 MiB 20.06 MiB 2.33 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
27ef4ee 317.40 ms 321.70 ms 4.30 ms
6e8584e 447.10 ms 474.71 ms 27.61 ms
148f924 492.65 ms 500.28 ms 7.63 ms
34aba08 328.10 ms 342.84 ms 14.74 ms
70e6261 482.65 ms 495.70 ms 13.05 ms
575f9da 415.26 ms 422.98 ms 7.72 ms
1c65324 426.37 ms 460.36 ms 33.99 ms
15c80ab+dirty 336.27 ms 350.58 ms 14.31 ms
1d86dd6 405.14 ms 411.06 ms 5.92 ms
31fcca2 391.22 ms 414.78 ms 23.56 ms

App size

Revision Plain With Sentry Diff
27ef4ee 17.73 MiB 19.82 MiB 2.08 MiB
6e8584e 17.73 MiB 19.86 MiB 2.12 MiB
148f924 17.73 MiB 19.94 MiB 2.21 MiB
34aba08 17.73 MiB 19.80 MiB 2.07 MiB
70e6261 17.73 MiB 19.94 MiB 2.21 MiB
575f9da 17.73 MiB 19.83 MiB 2.10 MiB
1c65324 17.73 MiB 19.95 MiB 2.21 MiB
15c80ab+dirty 17.73 MiB 20.04 MiB 2.31 MiB
1d86dd6 17.73 MiB 19.86 MiB 2.12 MiB
31fcca2 17.73 MiB 19.90 MiB 2.17 MiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
c66fb41 413.08 ms 440.66 ms 27.58 ms
909a67e 472.34 ms 494.90 ms 22.56 ms
f01ecfc 431.29 ms 463.18 ms 31.89 ms
236cc9c 461.47 ms 479.20 ms 17.73 ms

App size

Revision Plain With Sentry Diff
c66fb41 17.73 MiB 19.95 MiB 2.21 MiB
909a67e 17.73 MiB 20.04 MiB 2.31 MiB
f01ecfc 17.73 MiB 19.93 MiB 2.20 MiB
236cc9c 17.73 MiB 19.93 MiB 2.20 MiB

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Jan 30, 2024

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 364.29 ms 383.71 ms 19.42 ms
Size 7.15 MiB 8.32 MiB 1.17 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d7401ac+dirty 373.98 ms 394.08 ms 20.10 ms
70caa60+dirty 308.83 ms 393.06 ms 84.23 ms
e5c9b8b+dirty 335.40 ms 360.06 ms 24.67 ms
b1e8712+dirty 322.55 ms 331.84 ms 9.29 ms
2534337+dirty 597.14 ms 665.04 ms 67.90 ms
1c65324+dirty 381.10 ms 427.26 ms 46.16 ms
e73f4ed+dirty 262.98 ms 311.02 ms 48.04 ms
9c48b2c+dirty 270.82 ms 321.12 ms 50.30 ms
9433f35+dirty 265.50 ms 336.08 ms 70.58 ms
76d1baf+dirty 339.02 ms 408.65 ms 69.63 ms

App size

Revision Plain With Sentry Diff
d7401ac+dirty 7.15 MiB 8.04 MiB 910.85 KiB
70caa60+dirty 7.15 MiB 8.03 MiB 901.79 KiB
e5c9b8b+dirty 7.15 MiB 8.10 MiB 980.41 KiB
b1e8712+dirty 7.15 MiB 8.04 MiB 912.27 KiB
2534337+dirty 7.15 MiB 8.11 MiB 988.68 KiB
1c65324+dirty 7.15 MiB 8.22 MiB 1.07 MiB
e73f4ed+dirty 7.15 MiB 8.09 MiB 965.94 KiB
9c48b2c+dirty 7.15 MiB 8.07 MiB 947.16 KiB
9433f35+dirty 7.15 MiB 8.08 MiB 959.34 KiB
76d1baf+dirty 7.15 MiB 8.09 MiB 964.41 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
236cc9c+dirty 330.73 ms 355.79 ms 25.06 ms
909a67e+dirty 366.48 ms 394.66 ms 28.18 ms
c66fb41+dirty 355.42 ms 403.84 ms 48.42 ms
f01ecfc+dirty 367.79 ms 403.25 ms 35.46 ms

App size

Revision Plain With Sentry Diff
236cc9c+dirty 7.15 MiB 8.21 MiB 1.06 MiB
909a67e+dirty 7.15 MiB 8.31 MiB 1.17 MiB
c66fb41+dirty 7.15 MiB 8.22 MiB 1.07 MiB
f01ecfc+dirty 7.15 MiB 8.21 MiB 1.06 MiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from 0190f84 to 6d16c76 Compare January 31, 2024 09:27
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Jan 31, 2024

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1242.51 ms 1239.31 ms -3.20 ms
Size 2.36 MiB 3.07 MiB 725.33 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
86d6d2c+dirty 1267.55 ms 1286.21 ms 18.66 ms
e2b64fe+dirty 1232.22 ms 1255.20 ms 22.98 ms
9433f35+dirty 1246.94 ms 1271.45 ms 24.52 ms
4a6664f+dirty 1209.49 ms 1208.63 ms -0.86 ms
80b2ce3+dirty 1265.92 ms 1268.60 ms 2.69 ms
dadc233+dirty 1223.20 ms 1236.88 ms 13.68 ms
f06c879+dirty 1252.64 ms 1259.66 ms 7.02 ms
5a22220+dirty 1209.49 ms 1220.94 ms 11.45 ms
3853f43+dirty 1221.82 ms 1242.64 ms 20.82 ms
8900e1a+dirty 1210.27 ms 1218.66 ms 8.39 ms

App size

Revision Plain With Sentry Diff
86d6d2c+dirty 2.36 MiB 2.82 MiB 462.82 KiB
e2b64fe+dirty 2.36 MiB 2.85 MiB 495.80 KiB
9433f35+dirty 2.36 MiB 2.85 MiB 499.80 KiB
4a6664f+dirty 2.36 MiB 3.04 MiB 696.39 KiB
80b2ce3+dirty 2.36 MiB 2.84 MiB 486.98 KiB
dadc233+dirty 2.36 MiB 2.84 MiB 486.85 KiB
f06c879+dirty 2.36 MiB 2.88 MiB 530.42 KiB
5a22220+dirty 2.36 MiB 2.92 MiB 570.21 KiB
3853f43+dirty 2.36 MiB 2.85 MiB 499.81 KiB
8900e1a+dirty 2.36 MiB 2.83 MiB 479.25 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
909a67e+dirty 1231.94 ms 1230.14 ms -1.80 ms
f01ecfc+dirty 1228.78 ms 1230.45 ms 1.67 ms
236cc9c+dirty 1317.96 ms 1322.51 ms 4.55 ms
c66fb41+dirty 1215.94 ms 1216.11 ms 0.17 ms

App size

Revision Plain With Sentry Diff
909a67e+dirty 2.36 MiB 3.06 MiB 713.26 KiB
f01ecfc+dirty 2.36 MiB 2.92 MiB 570.30 KiB
236cc9c+dirty 2.36 MiB 2.92 MiB 570.03 KiB
c66fb41+dirty 2.36 MiB 3.04 MiB 698.62 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 48040db to c38742c Compare February 1, 2024 15:27
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Feb 1, 2024

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1230.74 ms 1227.88 ms -2.87 ms
Size 2.92 MiB 3.63 MiB 731.21 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
86d6d2c+dirty 1291.62 ms 1296.80 ms 5.18 ms
e2b64fe+dirty 1285.78 ms 1297.56 ms 11.78 ms
9433f35+dirty 1232.24 ms 1232.74 ms 0.50 ms
4a6664f+dirty 1218.77 ms 1221.07 ms 2.30 ms
80b2ce3+dirty 1245.12 ms 1262.04 ms 16.92 ms
dadc233+dirty 1266.52 ms 1282.55 ms 16.03 ms
f06c879+dirty 1285.14 ms 1285.86 ms 0.72 ms
5a22220+dirty 1246.18 ms 1249.61 ms 3.43 ms
3853f43+dirty 1271.74 ms 1278.04 ms 6.30 ms
8900e1a+dirty 1268.36 ms 1273.04 ms 4.68 ms

App size

Revision Plain With Sentry Diff
86d6d2c+dirty 2.92 MiB 3.37 MiB 464.31 KiB
e2b64fe+dirty 2.92 MiB 3.41 MiB 499.97 KiB
9433f35+dirty 2.92 MiB 3.41 MiB 503.55 KiB
4a6664f+dirty 2.92 MiB 3.60 MiB 702.09 KiB
80b2ce3+dirty 2.92 MiB 3.40 MiB 492.75 KiB
dadc233+dirty 2.92 MiB 3.40 MiB 492.53 KiB
f06c879+dirty 2.92 MiB 3.44 MiB 533.24 KiB
5a22220+dirty 2.92 MiB 3.48 MiB 575.81 KiB
3853f43+dirty 2.92 MiB 3.41 MiB 503.54 KiB
8900e1a+dirty 2.92 MiB 3.39 MiB 485.96 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
909a67e+dirty 1216.10 ms 1217.41 ms 1.30 ms
f01ecfc+dirty 1224.04 ms 1228.31 ms 4.27 ms
236cc9c+dirty 1236.10 ms 1238.60 ms 2.50 ms
c66fb41+dirty 1228.08 ms 1235.42 ms 7.34 ms

App size

Revision Plain With Sentry Diff
909a67e+dirty 2.92 MiB 3.62 MiB 715.33 KiB
f01ecfc+dirty 2.92 MiB 3.48 MiB 575.84 KiB
236cc9c+dirty 2.92 MiB 3.48 MiB 575.61 KiB
c66fb41+dirty 2.92 MiB 3.61 MiB 705.55 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from 4ea1ad8 to a56ff71 Compare February 5, 2024 17:43
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.73.3 chore(deps): update React Native to v0.73.4 Feb 6, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 9c8f6d7 to 5b65668 Compare February 12, 2024 17:23
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 8 times, most recently from 3f74f83 to f28f469 Compare February 15, 2024 15:20
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 13 times, most recently from d101408 to 7e04360 Compare March 22, 2024 14:51
@krystofwoldrich
Copy link
Copy Markdown
Contributor

@krystofwoldrich
Copy link
Copy Markdown
Contributor

But the bot bumps RN version in the whole repository, so we can't close the this PR, well, we can but the bot will reopen it.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Nov 12, 2025

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against ea1a57e

Comment on lines 21 to 27
"@sentry/react-native": "7.7.0",
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.82.1",
"react-native-gesture-handler": "2.14.0",
"react-native-macos": "0.73.34",
"react-native-reanimated": "3.8.1",

This comment was marked as outdated.

Comment on lines 21 to 27
"@sentry/react-native": "7.7.0",
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.82.1",
"react-native-gesture-handler": "2.14.0",
"react-native-macos": "0.73.34",
"react-native-reanimated": "3.8.1",

This comment was marked as outdated.

"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.82.1",

This comment was marked as outdated.

Comment on lines 21 to 27
"@sentry/react-native": "7.7.0",
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.82.1",
"react-native-gesture-handler": "2.14.0",
"react-native-macos": "0.73.34",
"react-native-reanimated": "3.8.1",

This comment was marked as outdated.

Comment on lines 11 to 17
"@react-native/new-app-screen": "0.80.2",
"@sentry/react-native": "7.7.0",
"react": "19.1.0",
"react-native": "0.80.2"
"react-native": "0.82.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",

This comment was marked as outdated.

Comment on lines 35 to 41
"@shopify/flash-list": "^2.0.2",
"delay": "^6.0.0",
"react": "19.1.0",
"react-native": "0.80.2",
"react-native": "0.83.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-image-picker": "^8.2.1",
"react-native-launch-arguments": "^4.1.0",

This comment was marked as outdated.

@antonis
Copy link
Copy Markdown
Contributor

antonis commented Dec 11, 2025

Bumped E2E with #5431

@antonis
Copy link
Copy Markdown
Contributor

antonis commented Dec 12, 2025

E2E tests updated with #5431

ps. I'm converting this git-hub PR to draft and mark ad blocked since we do not plan to merge it at this point

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Jan 12, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update React Native to v0.85.0 by github-actions[bot] in #3567
  • chore(deps): bump addressable from 2.8.7 to 2.9.0 in /samples/react-native-macos by dependabot in #5967
  • chore(deps): bump addressable from 2.8.7 to 2.9.0 in /samples/react-native by dependabot in #5966
  • fix(ios): Add SENTRY_PROJECT_ROOT env var for monorepo support by antonis in #5961
  • feat(ios): Add attachAllThreads option by antonis in #5960
  • fix(core): Lazy-load Metro internal modules to prevent Expo 55 import errors by lucas-zimerman in #5958
  • chore(deps): update Cocoa SDK to v9.9.0 by github-actions in #5956
  • chore(deps): update Maestro to v2.4.0 by github-actions in #5955
  • Feat: Fallback to stacktrace parsing by lucas-zimerman in #5946
  • fix(ci): Bump Node to 22 in size-analysis and testflight workflows by antonis in #5954
  • feat(playground): Open Sentry in desktop browser from Expo apps by antonis in #5947
  • chore(core): Bump sample app to React Native 0.84.1 by antonis in #5941
  • Size analysis for React Native SDK by alwx in #5949
  • chore(deps): bump lodash from 4.17.23 to 4.18.1 by dependabot in #5953
  • chore(deps): bump yauzl to ^3.2.1 by antonis in #5950
  • chore(deps): bump brace-expansion to ^2.0.3 by antonis in #5951
  • chore(deps): bump @xmldom/xmldom to fix XML injection by antonis in #5952

🤖 This preview updates automatically when you update the PR.

Copy link
Copy Markdown
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped E2E tests to 0.84.0 with #5492

Copy link
Copy Markdown
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped Sample app to 0.84.1 with #5941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blocked dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants